home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / swingall.jar / javax / swing / JEditorPane$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-07-15  |  609 b   |  19 lines

  1. package javax.swing;
  2.  
  3. final class JEditorPane$1 implements Runnable {
  4.    // $FF: synthetic field
  5.    private final JEditorPane this$0;
  6.    // $FF: synthetic field
  7.    private final String val$reference;
  8.  
  9.    // $FF: synthetic method
  10.    JEditorPane$1(String var1, JEditorPane var2) {
  11.       this.val$reference = var1;
  12.       this.this$0 = var2;
  13.    }
  14.  
  15.    public void run() {
  16.       this.this$0.scrollToReference(this.val$reference);
  17.    }
  18. }
  19.